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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=146",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 147,
    "results": [
        {
            "start": 823180269,
            "stop": 823180389
        },
        {
            "start": 823180573,
            "stop": 823180753
        },
        {
            "start": 823180936,
            "stop": 823181176
        },
        {
            "start": 823181379,
            "stop": 823182039
        },
        {
            "start": 823182287,
            "stop": 823182407
        },
        {
            "start": 823182544,
            "stop": 823182844
        },
        {
            "start": 823183241,
            "stop": 823183541
        },
        {
            "start": 823183722,
            "stop": 823183842
        },
        {
            "start": 823184000,
            "stop": 823184540
        },
        {
            "start": 823184798,
            "stop": 823185458
        },
        {
            "start": 823185629,
            "stop": 823186109
        },
        {
            "start": 823186288,
            "stop": 823186468
        },
        {
            "start": 823186622,
            "stop": 823186742
        },
        {
            "start": 823186994,
            "stop": 823187354
        },
        {
            "start": 823187573,
            "stop": 823187753
        },
        {
            "start": 823187948,
            "stop": 823188308
        },
        {
            "start": 823190595,
            "stop": 823190895
        },
        {
            "start": 823191053,
            "stop": 823191233
        },
        {
            "start": 823192764,
            "stop": 823192884
        },
        {
            "start": 823197002,
            "stop": 823197122
        }
    ]
}