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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1398",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1396",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1397,
    "results": [
        {
            "start": 845216184,
            "stop": 845221788
        },
        {
            "start": 845221796,
            "stop": 845222934
        },
        {
            "start": 845232755,
            "stop": 845238253
        },
        {
            "start": 845312859,
            "stop": 845315016
        },
        {
            "start": 845315022,
            "stop": 845318186
        },
        {
            "start": 845318694,
            "stop": 845320241
        },
        {
            "start": 845320244,
            "stop": 845321055
        },
        {
            "start": 845321437,
            "stop": 845325493
        },
        {
            "start": 845325679,
            "stop": 845329933
        },
        {
            "start": 845330997,
            "stop": 845332849
        },
        {
            "start": 845332852,
            "stop": 845377212
        },
        {
            "start": 845381950,
            "stop": 845398933
        },
        {
            "start": 845411788,
            "stop": 845421354
        },
        {
            "start": 845435003,
            "stop": 845447033
        },
        {
            "start": 845448750,
            "stop": 845483874
        },
        {
            "start": 845484261,
            "stop": 845486773
        },
        {
            "start": 845486893,
            "stop": 845492597
        },
        {
            "start": 845492602,
            "stop": 845503693
        },
        {
            "start": 845503807,
            "stop": 845504045
        },
        {
            "start": 845510830,
            "stop": 845540402
        }
    ]
}