Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7129
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7128",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7129,
    "results": [
        {
            "start": 874796089,
            "stop": 874796468
        },
        {
            "start": 874796472,
            "stop": 874796536
        },
        {
            "start": 874796543,
            "stop": 874796673
        },
        {
            "start": 874796691,
            "stop": 874796956
        },
        {
            "start": 874796960,
            "stop": 874797151
        },
        {
            "start": 874797155,
            "stop": 874797156
        },
        {
            "start": 874797159,
            "stop": 874797259
        },
        {
            "start": 874797263,
            "stop": 874797328
        },
        {
            "start": 874797331,
            "stop": 874797799
        },
        {
            "start": 874797803,
            "stop": 874797862
        },
        {
            "start": 874797866,
            "stop": 874797925
        },
        {
            "start": 874797929,
            "stop": 874798009
        },
        {
            "start": 874798012,
            "stop": 874798429
        },
        {
            "start": 874798432,
            "stop": 874798458
        },
        {
            "start": 874798461,
            "stop": 874798492
        },
        {
            "start": 874798495,
            "stop": 874798846
        },
        {
            "start": 874798851,
            "stop": 874798857
        },
        {
            "start": 874798861,
            "stop": 874799120
        },
        {
            "start": 874799124,
            "stop": 874799370
        },
        {
            "start": 874799376,
            "stop": 874799714
        }
    ]
}