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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=185",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 186,
    "results": [
        {
            "start": 933090070,
            "stop": 933090078
        },
        {
            "start": 933090198,
            "stop": 933090267
        },
        {
            "start": 933090387,
            "stop": 933090410
        },
        {
            "start": 933091575,
            "stop": 933091743
        },
        {
            "start": 933091746,
            "stop": 933091757
        },
        {
            "start": 933091760,
            "stop": 933091773
        },
        {
            "start": 933091775,
            "stop": 933092014
        },
        {
            "start": 933092134,
            "stop": 933092254
        },
        {
            "start": 933092258,
            "stop": 933092312
        },
        {
            "start": 933092314,
            "stop": 933092372
        },
        {
            "start": 933092374,
            "stop": 933093101
        },
        {
            "start": 933095175,
            "stop": 933095773
        },
        {
            "start": 933095777,
            "stop": 933095970
        },
        {
            "start": 933104983,
            "stop": 933105470
        },
        {
            "start": 933105975,
            "stop": 933105996
        },
        {
            "start": 933106098,
            "stop": 933106550
        },
        {
            "start": 933106555,
            "stop": 933107524
        },
        {
            "start": 933107526,
            "stop": 933107878
        },
        {
            "start": 933107998,
            "stop": 933108141
        },
        {
            "start": 933108145,
            "stop": 933108594
        }
    ]
}