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_H2L1/segments?format=api&page=349
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_H2L1/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=348",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 349,
    "results": [
        {
            "start": 834717177,
            "stop": 834718587
        },
        {
            "start": 834718737,
            "stop": 834721617
        },
        {
            "start": 834721647,
            "stop": 834724197
        },
        {
            "start": 834724340,
            "stop": 834729860
        },
        {
            "start": 834730081,
            "stop": 834737161
        },
        {
            "start": 834738422,
            "stop": 834741722
        },
        {
            "start": 834741924,
            "stop": 834743424
        },
        {
            "start": 834743600,
            "stop": 834743840
        },
        {
            "start": 834743870,
            "stop": 834744320
        },
        {
            "start": 834745908,
            "stop": 834752508
        },
        {
            "start": 834752669,
            "stop": 834753089
        },
        {
            "start": 834755211,
            "stop": 834759201
        },
        {
            "start": 834759261,
            "stop": 834760851
        },
        {
            "start": 834761001,
            "stop": 834765171
        },
        {
            "start": 834765509,
            "stop": 834766469
        },
        {
            "start": 834766609,
            "stop": 834768169
        },
        {
            "start": 834768337,
            "stop": 834768697
        },
        {
            "start": 834768879,
            "stop": 834769179
        },
        {
            "start": 834773404,
            "stop": 834773524
        },
        {
            "start": 834773738,
            "stop": 834773798
        }
    ]
}