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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=50",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 51,
    "results": [
        {
            "start": 821168271,
            "stop": 821182399
        },
        {
            "start": 821213389,
            "stop": 821214483
        },
        {
            "start": 821214511,
            "stop": 821215497
        },
        {
            "start": 821215503,
            "stop": 821216589
        },
        {
            "start": 821216906,
            "stop": 821217004
        },
        {
            "start": 821219445,
            "stop": 821221356
        },
        {
            "start": 821221574,
            "stop": 821222110
        },
        {
            "start": 821224156,
            "stop": 821227281
        },
        {
            "start": 821227449,
            "stop": 821227473
        },
        {
            "start": 821227504,
            "stop": 821232463
        },
        {
            "start": 821233092,
            "stop": 821239362
        },
        {
            "start": 821240172,
            "stop": 821270677
        },
        {
            "start": 821270679,
            "stop": 821287162
        },
        {
            "start": 821288674,
            "stop": 821290535
        },
        {
            "start": 821290540,
            "stop": 821290542
        },
        {
            "start": 821290550,
            "stop": 821290562
        },
        {
            "start": 821290570,
            "stop": 821290572
        },
        {
            "start": 821290578,
            "stop": 821300130
        },
        {
            "start": 821300135,
            "stop": 821300170
        },
        {
            "start": 821300175,
            "stop": 821307730
        }
    ]
}