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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=73",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 74,
    "results": [
        {
            "start": 816315297,
            "stop": 816315535
        },
        {
            "start": 816316116,
            "stop": 816316170
        },
        {
            "start": 816316360,
            "stop": 816317565
        },
        {
            "start": 816317578,
            "stop": 816319578
        },
        {
            "start": 816319591,
            "stop": 816323692
        },
        {
            "start": 816323693,
            "stop": 816325651
        },
        {
            "start": 816325663,
            "stop": 816326352
        },
        {
            "start": 816326675,
            "stop": 816327659
        },
        {
            "start": 816327671,
            "stop": 816336928
        },
        {
            "start": 816336941,
            "stop": 816350867
        },
        {
            "start": 816350879,
            "stop": 816350963
        },
        {
            "start": 816350976,
            "stop": 816353126
        },
        {
            "start": 816353130,
            "stop": 816353613
        },
        {
            "start": 816355368,
            "stop": 816355792
        },
        {
            "start": 816355907,
            "stop": 816356382
        },
        {
            "start": 816356395,
            "stop": 816356433
        },
        {
            "start": 816356446,
            "stop": 816356582
        },
        {
            "start": 816356586,
            "stop": 816360296
        },
        {
            "start": 816360480,
            "stop": 816361299
        },
        {
            "start": 816361311,
            "stop": 816363453
        }
    ]
}