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/H2_STOCH_CAT1/segments?format=api&page=207
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=206",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 207,
    "results": [
        {
            "start": 849949544,
            "stop": 849949545
        },
        {
            "start": 849949615,
            "stop": 849949964
        },
        {
            "start": 849949967,
            "stop": 849949970
        },
        {
            "start": 849949973,
            "stop": 849949981
        },
        {
            "start": 849950052,
            "stop": 849950054
        },
        {
            "start": 849950058,
            "stop": 849950455
        },
        {
            "start": 849950458,
            "stop": 849950459
        },
        {
            "start": 849950470,
            "stop": 849950471
        },
        {
            "start": 849950474,
            "stop": 849950476
        },
        {
            "start": 849953968,
            "stop": 849958633
        },
        {
            "start": 849961136,
            "stop": 849974438
        },
        {
            "start": 849997247,
            "stop": 849997772
        },
        {
            "start": 849999196,
            "stop": 850020485
        },
        {
            "start": 850021582,
            "stop": 850058295
        },
        {
            "start": 850058296,
            "stop": 850061082
        },
        {
            "start": 850063845,
            "stop": 850063993
        },
        {
            "start": 850098489,
            "stop": 850101553
        },
        {
            "start": 850102470,
            "stop": 850104266
        },
        {
            "start": 850104269,
            "stop": 850109761
        },
        {
            "start": 850109762,
            "stop": 850109878
        }
    ]
}