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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=253",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 254,
    "results": [
        {
            "start": 845689003,
            "stop": 845689894
        },
        {
            "start": 845690194,
            "stop": 845700074
        },
        {
            "start": 845700386,
            "stop": 845704736
        },
        {
            "start": 845705054,
            "stop": 845705313
        },
        {
            "start": 845705613,
            "stop": 845708482
        },
        {
            "start": 845708592,
            "stop": 845714688
        },
        {
            "start": 845714988,
            "stop": 845715028
        },
        {
            "start": 845715420,
            "stop": 845720345
        },
        {
            "start": 845720517,
            "stop": 845722240
        },
        {
            "start": 845722350,
            "stop": 845724743
        },
        {
            "start": 845725043,
            "stop": 845725098
        },
        {
            "start": 845725208,
            "stop": 845726646
        },
        {
            "start": 845726946,
            "stop": 845730602
        },
        {
            "start": 845730604,
            "stop": 845734996
        },
        {
            "start": 845801191,
            "stop": 845811361
        },
        {
            "start": 845812640,
            "stop": 845813286
        },
        {
            "start": 845813792,
            "stop": 845815980
        },
        {
            "start": 845816016,
            "stop": 845816538
        },
        {
            "start": 845966391,
            "stop": 845995660
        },
        {
            "start": 845995663,
            "stop": 845998996
        }
    ]
}