Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=472
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=473",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=471",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 472,
    "results": [
        {
            "start": 821782631,
            "stop": 821782642
        },
        {
            "start": 821782645,
            "stop": 821782662
        },
        {
            "start": 821782666,
            "stop": 821782671
        },
        {
            "start": 821784343,
            "stop": 821784444
        },
        {
            "start": 821784447,
            "stop": 821784696
        },
        {
            "start": 821784699,
            "stop": 821784851
        },
        {
            "start": 821784854,
            "stop": 821784860
        },
        {
            "start": 821784863,
            "stop": 821784902
        },
        {
            "start": 821784907,
            "stop": 821784962
        },
        {
            "start": 821784965,
            "stop": 821785093
        },
        {
            "start": 821785493,
            "stop": 821785822
        },
        {
            "start": 821785825,
            "stop": 821786060
        },
        {
            "start": 821786063,
            "stop": 821786218
        },
        {
            "start": 821786222,
            "stop": 821786235
        },
        {
            "start": 821786238,
            "stop": 821786274
        },
        {
            "start": 821786277,
            "stop": 821786288
        },
        {
            "start": 821786291,
            "stop": 821786323
        },
        {
            "start": 821786326,
            "stop": 821786817
        },
        {
            "start": 821786820,
            "stop": 821786902
        },
        {
            "start": 821786905,
            "stop": 821786956
        }
    ]
}