Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=266
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=265",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 266,
    "results": [
        {
            "start": 934959787,
            "stop": 934959813
        },
        {
            "start": 934959816,
            "stop": 934959820
        },
        {
            "start": 934959822,
            "stop": 934959836
        },
        {
            "start": 934959841,
            "stop": 934963368
        },
        {
            "start": 934963370,
            "stop": 934963384
        },
        {
            "start": 934963387,
            "stop": 934963412
        },
        {
            "start": 934963415,
            "stop": 934963419
        },
        {
            "start": 934963421,
            "stop": 934963435
        },
        {
            "start": 934963439,
            "stop": 934966959
        },
        {
            "start": 934966961,
            "stop": 934966963
        },
        {
            "start": 934966965,
            "stop": 934966972
        },
        {
            "start": 934966974,
            "stop": 934966988
        },
        {
            "start": 934966990,
            "stop": 934966997
        },
        {
            "start": 934966999,
            "stop": 934967017
        },
        {
            "start": 934967019,
            "stop": 934967023
        },
        {
            "start": 934967026,
            "stop": 934967040
        },
        {
            "start": 934967044,
            "stop": 934970535
        },
        {
            "start": 934970539,
            "stop": 934970554
        },
        {
            "start": 934970557,
            "stop": 934970580
        },
        {
            "start": 934970582,
            "stop": 934970584
        }
    ]
}