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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=14",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 15,
    "results": [
        {
            "start": 933403516,
            "stop": 933416092
        },
        {
            "start": 933424620,
            "stop": 933425693
        },
        {
            "start": 933445376,
            "stop": 933449895
        },
        {
            "start": 933454515,
            "stop": 933458583
        },
        {
            "start": 933460473,
            "stop": 933461033
        },
        {
            "start": 933463216,
            "stop": 933463218
        },
        {
            "start": 933484229,
            "stop": 933498976
        },
        {
            "start": 933508031,
            "stop": 933510093
        },
        {
            "start": 933512112,
            "stop": 933512683
        },
        {
            "start": 933513247,
            "stop": 933522236
        },
        {
            "start": 933524323,
            "stop": 933528034
        },
        {
            "start": 933530296,
            "stop": 933530584
        },
        {
            "start": 933534414,
            "stop": 933534994
        },
        {
            "start": 933573805,
            "stop": 933593020
        },
        {
            "start": 933593813,
            "stop": 933594234
        },
        {
            "start": 933597724,
            "stop": 933598035
        },
        {
            "start": 933600183,
            "stop": 933600362
        },
        {
            "start": 933600963,
            "stop": 933602231
        },
        {
            "start": 933602827,
            "stop": 933604158
        },
        {
            "start": 933604680,
            "stop": 933604696
        }
    ]
}