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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=641",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=639",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 640,
    "results": [
        {
            "start": 851782402,
            "stop": 851783825
        },
        {
            "start": 851783842,
            "stop": 851784564
        },
        {
            "start": 851785259,
            "stop": 851785376
        },
        {
            "start": 851787216,
            "stop": 851787930
        },
        {
            "start": 851805974,
            "stop": 851864205
        },
        {
            "start": 851864525,
            "stop": 851864607
        },
        {
            "start": 851865007,
            "stop": 851865076
        },
        {
            "start": 851865547,
            "stop": 851892690
        },
        {
            "start": 851892750,
            "stop": 851928968
        },
        {
            "start": 851929318,
            "stop": 851930946
        },
        {
            "start": 851931324,
            "stop": 851934630
        },
        {
            "start": 851937718,
            "stop": 851939826
        },
        {
            "start": 851940475,
            "stop": 851940512
        },
        {
            "start": 851940988,
            "stop": 851942106
        },
        {
            "start": 851943903,
            "stop": 851944390
        },
        {
            "start": 851945363,
            "stop": 851959475
        },
        {
            "start": 851959492,
            "stop": 851966523
        },
        {
            "start": 851967457,
            "stop": 851968837
        },
        {
            "start": 851968855,
            "stop": 851969998
        },
        {
            "start": 851970039,
            "stop": 851970210
        }
    ]
}