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=634
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=635",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=633",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 634,
    "results": [
        {
            "start": 843949083,
            "stop": 843949173
        },
        {
            "start": 843949174,
            "stop": 843949392
        },
        {
            "start": 843949393,
            "stop": 843949415
        },
        {
            "start": 843949417,
            "stop": 843949514
        },
        {
            "start": 843949518,
            "stop": 843949519
        },
        {
            "start": 843949521,
            "stop": 843951254
        },
        {
            "start": 843951255,
            "stop": 843957213
        },
        {
            "start": 843957216,
            "stop": 843960970
        },
        {
            "start": 843960972,
            "stop": 843961201
        },
        {
            "start": 843961202,
            "stop": 843965346
        },
        {
            "start": 843965348,
            "stop": 843965891
        },
        {
            "start": 843969489,
            "stop": 843981997
        },
        {
            "start": 843981998,
            "stop": 843986118
        },
        {
            "start": 843986122,
            "stop": 843986200
        },
        {
            "start": 843986203,
            "stop": 844007043
        },
        {
            "start": 844009438,
            "stop": 844009510
        },
        {
            "start": 844009511,
            "stop": 844009731
        },
        {
            "start": 844009732,
            "stop": 844009913
        },
        {
            "start": 844009915,
            "stop": 844009969
        },
        {
            "start": 844009971,
            "stop": 844010068
        }
    ]
}