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=400
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=401",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=399",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 400,
    "results": [
        {
            "start": 837428919,
            "stop": 837430179
        },
        {
            "start": 837430350,
            "stop": 837430530
        },
        {
            "start": 837430672,
            "stop": 837430882
        },
        {
            "start": 837430912,
            "stop": 837431272
        },
        {
            "start": 837431425,
            "stop": 837431515
        },
        {
            "start": 837431545,
            "stop": 837431785
        },
        {
            "start": 837433328,
            "stop": 837433508
        },
        {
            "start": 837433538,
            "stop": 837433688
        },
        {
            "start": 837433778,
            "stop": 837433898
        },
        {
            "start": 837434048,
            "stop": 837434408
        },
        {
            "start": 837435159,
            "stop": 837435219
        },
        {
            "start": 837437118,
            "stop": 837437238
        },
        {
            "start": 837437824,
            "stop": 837438304
        },
        {
            "start": 837438626,
            "stop": 837438926
        },
        {
            "start": 837439064,
            "stop": 837439184
        },
        {
            "start": 837441401,
            "stop": 837441461
        },
        {
            "start": 837441642,
            "stop": 837442332
        },
        {
            "start": 837442362,
            "stop": 837442542
        },
        {
            "start": 837442602,
            "stop": 837442752
        },
        {
            "start": 837442782,
            "stop": 837443502
        }
    ]
}