Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1007
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=1008",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1006",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1007,
    "results": [
        {
            "start": 873403606,
            "stop": 873404686
        },
        {
            "start": 873404853,
            "stop": 873404973
        },
        {
            "start": 873405142,
            "stop": 873405562
        },
        {
            "start": 873405727,
            "stop": 873405907
        },
        {
            "start": 873406423,
            "stop": 873406483
        },
        {
            "start": 873406856,
            "stop": 873406916
        },
        {
            "start": 873407257,
            "stop": 873409717
        },
        {
            "start": 873409932,
            "stop": 873411072
        },
        {
            "start": 873411247,
            "stop": 873411367
        },
        {
            "start": 873411539,
            "stop": 873411719
        },
        {
            "start": 873412006,
            "stop": 873412426
        },
        {
            "start": 873412596,
            "stop": 873413376
        },
        {
            "start": 873417854,
            "stop": 873418934
        },
        {
            "start": 873419263,
            "stop": 873419323
        },
        {
            "start": 873422082,
            "stop": 873424362
        },
        {
            "start": 873439358,
            "stop": 873439718
        },
        {
            "start": 873440031,
            "stop": 873440151
        },
        {
            "start": 873440304,
            "stop": 873440484
        },
        {
            "start": 873440892,
            "stop": 873441132
        },
        {
            "start": 873441346,
            "stop": 873441946
        }
    ]
}