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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5759",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5757",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5758,
    "results": [
        {
            "start": 874634182,
            "stop": 874634183
        },
        {
            "start": 874634186,
            "stop": 874634193
        },
        {
            "start": 874634198,
            "stop": 874634237
        },
        {
            "start": 874634240,
            "stop": 874634277
        },
        {
            "start": 874634280,
            "stop": 874634306
        },
        {
            "start": 874634309,
            "stop": 874634312
        },
        {
            "start": 874634315,
            "stop": 874634361
        },
        {
            "start": 874634364,
            "stop": 874634416
        },
        {
            "start": 874634419,
            "stop": 874634447
        },
        {
            "start": 874634450,
            "stop": 874634561
        },
        {
            "start": 874634564,
            "stop": 874634702
        },
        {
            "start": 874634705,
            "stop": 874634717
        },
        {
            "start": 874634720,
            "stop": 874634739
        },
        {
            "start": 874634743,
            "stop": 874634757
        },
        {
            "start": 874634760,
            "stop": 874634841
        },
        {
            "start": 874634844,
            "stop": 874634852
        },
        {
            "start": 874634855,
            "stop": 874634869
        },
        {
            "start": 874634872,
            "stop": 874634887
        },
        {
            "start": 874634893,
            "stop": 874634896
        },
        {
            "start": 874634899,
            "stop": 874634955
        }
    ]
}