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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=356",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 357,
    "results": [
        {
            "start": 847469046,
            "stop": 847470403
        },
        {
            "start": 847470464,
            "stop": 847471215
        },
        {
            "start": 847480561,
            "stop": 847482685
        },
        {
            "start": 847482821,
            "stop": 847483221
        },
        {
            "start": 847484086,
            "stop": 847484502
        },
        {
            "start": 847484504,
            "stop": 847484867
        },
        {
            "start": 847486055,
            "stop": 847487473
        },
        {
            "start": 847487641,
            "stop": 847489222
        },
        {
            "start": 847490643,
            "stop": 847490646
        },
        {
            "start": 847490667,
            "stop": 847491185
        },
        {
            "start": 847491784,
            "stop": 847491860
        },
        {
            "start": 847491861,
            "stop": 847504982
        },
        {
            "start": 847504984,
            "stop": 847505256
        },
        {
            "start": 847506213,
            "stop": 847511566
        },
        {
            "start": 847511568,
            "stop": 847512265
        },
        {
            "start": 847512326,
            "stop": 847514880
        },
        {
            "start": 847515025,
            "stop": 847516377
        },
        {
            "start": 847517074,
            "stop": 847517556
        },
        {
            "start": 847520164,
            "stop": 847525413
        },
        {
            "start": 847526103,
            "stop": 847527266
        }
    ]
}