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=886
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=887",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=885",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 886,
    "results": [
        {
            "start": 866423733,
            "stop": 866424243
        },
        {
            "start": 866424393,
            "stop": 866425863
        },
        {
            "start": 866426013,
            "stop": 866429463
        },
        {
            "start": 866429613,
            "stop": 866431323
        },
        {
            "start": 866431473,
            "stop": 866433453
        },
        {
            "start": 866433603,
            "stop": 866435073
        },
        {
            "start": 866437194,
            "stop": 866438424
        },
        {
            "start": 866438574,
            "stop": 866438634
        },
        {
            "start": 866438784,
            "stop": 866439324
        },
        {
            "start": 866439474,
            "stop": 866439594
        },
        {
            "start": 866439744,
            "stop": 866439804
        },
        {
            "start": 866440134,
            "stop": 866440194
        },
        {
            "start": 866440254,
            "stop": 866440314
        },
        {
            "start": 866440434,
            "stop": 866440494
        },
        {
            "start": 866441124,
            "stop": 866441184
        },
        {
            "start": 866441544,
            "stop": 866441604
        },
        {
            "start": 866442024,
            "stop": 866442564
        },
        {
            "start": 866442714,
            "stop": 866443434
        },
        {
            "start": 866443584,
            "stop": 866443884
        },
        {
            "start": 866444034,
            "stop": 866444124
        }
    ]
}