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=4343
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=4344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4342",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4343,
    "results": [
        {
            "start": 874751064,
            "stop": 874751157
        },
        {
            "start": 874751176,
            "stop": 874751226
        },
        {
            "start": 874751253,
            "stop": 874751332
        },
        {
            "start": 874751351,
            "stop": 874751422
        },
        {
            "start": 874751442,
            "stop": 874751504
        },
        {
            "start": 874751523,
            "stop": 874751546
        },
        {
            "start": 874751565,
            "stop": 874751672
        },
        {
            "start": 874751696,
            "stop": 874751718
        },
        {
            "start": 874751737,
            "stop": 874751828
        },
        {
            "start": 874751848,
            "stop": 874751862
        },
        {
            "start": 874751886,
            "stop": 874751925
        },
        {
            "start": 874751944,
            "stop": 874751964
        },
        {
            "start": 874751984,
            "stop": 874751991
        },
        {
            "start": 874752020,
            "stop": 874752084
        },
        {
            "start": 874752103,
            "stop": 874752130
        },
        {
            "start": 874752149,
            "stop": 874752161
        },
        {
            "start": 874752194,
            "stop": 874752241
        },
        {
            "start": 874752261,
            "stop": 874752312
        },
        {
            "start": 874752331,
            "stop": 874752402
        },
        {
            "start": 874752427,
            "stop": 874752461
        }
    ]
}