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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=66",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 67,
    "results": [
        {
            "start": 822849186,
            "stop": 822849475
        },
        {
            "start": 822849691,
            "stop": 822850196
        },
        {
            "start": 822850324,
            "stop": 822850390
        },
        {
            "start": 822859664,
            "stop": 822860593
        },
        {
            "start": 822862046,
            "stop": 822862192
        },
        {
            "start": 822862556,
            "stop": 822862594
        },
        {
            "start": 822862690,
            "stop": 822862729
        },
        {
            "start": 822865654,
            "stop": 822866575
        },
        {
            "start": 822867086,
            "stop": 822867456
        },
        {
            "start": 822867488,
            "stop": 822869917
        },
        {
            "start": 822871937,
            "stop": 822872216
        },
        {
            "start": 822872353,
            "stop": 822873303
        },
        {
            "start": 822877048,
            "stop": 822883627
        },
        {
            "start": 822883693,
            "stop": 822887533
        },
        {
            "start": 822887633,
            "stop": 822889873
        },
        {
            "start": 822893845,
            "stop": 822898130
        },
        {
            "start": 822898273,
            "stop": 822901376
        },
        {
            "start": 822901408,
            "stop": 822912143
        },
        {
            "start": 822912256,
            "stop": 822913089
        },
        {
            "start": 822913244,
            "stop": 822914616
        }
    ]
}