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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=521",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=519",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 520,
    "results": [
        {
            "start": 826733464,
            "stop": 826744911
        },
        {
            "start": 826747456,
            "stop": 826801546
        },
        {
            "start": 826802736,
            "stop": 826804234
        },
        {
            "start": 826806156,
            "stop": 826813308
        },
        {
            "start": 826814227,
            "stop": 826814277
        },
        {
            "start": 826814282,
            "stop": 826829312
        },
        {
            "start": 826832007,
            "stop": 826852627
        },
        {
            "start": 826855642,
            "stop": 826914036
        },
        {
            "start": 826914041,
            "stop": 826920655
        },
        {
            "start": 826923187,
            "stop": 826923707
        },
        {
            "start": 826925490,
            "stop": 826928732
        },
        {
            "start": 826928740,
            "stop": 826992789
        },
        {
            "start": 827014704,
            "stop": 827017514
        },
        {
            "start": 827018577,
            "stop": 827019437
        },
        {
            "start": 827023582,
            "stop": 827024061
        },
        {
            "start": 827025512,
            "stop": 827031824
        },
        {
            "start": 827033064,
            "stop": 827041453
        },
        {
            "start": 827042707,
            "stop": 827078911
        },
        {
            "start": 827078916,
            "stop": 827082788
        },
        {
            "start": 827086226,
            "stop": 827089346
        }
    ]
}