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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=244",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 245,
    "results": [
        {
            "start": 866353282,
            "stop": 866353301
        },
        {
            "start": 866353308,
            "stop": 866353310
        },
        {
            "start": 866353321,
            "stop": 866353322
        },
        {
            "start": 866353344,
            "stop": 866353346
        },
        {
            "start": 866353349,
            "stop": 866353350
        },
        {
            "start": 866353353,
            "stop": 866353361
        },
        {
            "start": 866353363,
            "stop": 866353364
        },
        {
            "start": 866353374,
            "stop": 866353375
        },
        {
            "start": 866358693,
            "stop": 866386302
        },
        {
            "start": 866405184,
            "stop": 866410885
        },
        {
            "start": 866415788,
            "stop": 866447382
        },
        {
            "start": 866447803,
            "stop": 866468976
        },
        {
            "start": 866469296,
            "stop": 866470680
        },
        {
            "start": 866471080,
            "stop": 866477770
        },
        {
            "start": 866512515,
            "stop": 866524459
        },
        {
            "start": 866526322,
            "stop": 866558014
        },
        {
            "start": 866558016,
            "stop": 866558191
        },
        {
            "start": 866558194,
            "stop": 866558261
        },
        {
            "start": 866558262,
            "stop": 866558469
        },
        {
            "start": 866558470,
            "stop": 866559819
        }
    ]
}